TestCafe Test Summary


Summary


Start Time: Wed Jun 19 2019 17:40:01 GMT-0500 (Central Daylight Time)

Browsers: Firefox 67.0.0 / Mac OS X 10.14.0

Duration: 15m 02s

Tests Failed: 7 out of 18

Tests Skipped: 0


# Fixture Test Name Browsers Duration Result
1 Asset View Should validate Asset View Stitch Fix Mutable fields Firefox 67.0.0 / Mac OS X 10.14.0 45s failed
2 Asset View Should validate Asset View Stitch Fix Zoom and Magnify Firefox 67.0.0 / Mac OS X 10.14.0 1m 05s passed
3 Asset View Should validate Collection in Stitch Fix Firefox 67.0.0 / Mac OS X 10.14.0 46s passed
4 Bulk Actions Should try to login and see Impira page Firefox 67.0.0 / Mac OS X 10.14.0 31s passed
5 Bulk Actions Should check Goop usage on webpage Firefox 67.0.0 / Mac OS X 10.14.0 43s failed
6 Collections Should create Collection in Impira webpage and Share as Viewer Firefox 67.0.0 / Mac OS X 10.14.0 56s passed
7 Collections Should create Collection in Impira webpage and Share as Editor Firefox 67.0.0 / Mac OS X 10.14.0 57s passed
8 Collections Should validate Collection in Impira webpage, Share as Viewer and Remove Share Collection Firefox 67.0.0 / Mac OS X 10.14.0 1m 02s passed
9 Collections Should Rename Collection in Impira webpage Firefox 67.0.0 / Mac OS X 10.14.0 56s passed
10 Product View Should check Product View in Lola&Bird webpage Firefox 67.0.0 / Mac OS X 10.14.0 37s passed
11 Reports Should check Reports in Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 48s failed
12 Reports Should validate Details in Reports for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 52s failed
13 Search Should validate Search Free Filter for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 43s failed
14 Search Should validate Search Analytic Filter for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 47s failed
15 Search Should validate Search Filter (with space after colon) for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 42s passed
16 Search Should validate Sort Search for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 47s passed
17 Search Should validate Save Search for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 04s passed
18 Search Should validate Gallery View Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 50s failed


Error Details


1. Asset View - Should validate Asset View Stitch Fix Mutable fields  

The specified selector does not match any element in the DOM tree.

 > | Selector('.AssetCard:nth-of-type(4) .AssetCard-wrapper')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-1/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   30 |        //https://staging.impira.com/o/Stitch%20Fix
   31 |        //
   32 |    
   33 |    }
   34 |    async goToAsset(){
 > 35 |        await t.hover(this.oneSelection)
   36 |                .click(this.oneSelection)
   37 |        await t.click(this.tagButton)
   38 |        await t.click(this.versionButton)
   39 |        await t.click(this.usageRightButton)
   40 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Asset-View-StitchFix-page.js:35:17)
   at AssetViewpage.goToAsset (/Users/enrique.decoss/Documents/impira-UAT/page-object/Asset-View-StitchFix-page.js:34:22)
   at goToAsset (/Users/enrique.decoss/Documents/impira-UAT/tests/Asset-View-test.js:16:25) 

5. Bulk Actions - Should check Goop usage on webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('.AssetCard:nth-of-type(9) .AssetCard-wrapper')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-5/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   28 |                .hover(this.indicator)
   29 |
   30 |    }
   31 |
   32 |    async goToUsage(notes){
 > 33 |        await t.hover(this.oneSelection)
   34 |                .click(this.oneSelection)
   35 |                .click(this.notesIcon)
   36 |                .typeText(this.notesArea, notes)
   37 |                .click(this.notesSubmit)
   38 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js:33:17)
   at BulkGoopUsage.goToUsage (/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js:32:27)
   at goToUsage (/Users/enrique.decoss/Documents/impira-UAT/tests/Bulk-Goop-usage-test.js:17:14) 
Unhandled promise rejection:

{ code: 'E24', isTestCafeError: true, callsite: CallsiteRecord { filename: '/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js', lineNum: 32, callsiteFrameIdx: 6, stackFrames: [ [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], [CallSite], [CallSite] ], isV8Frames: true }, apiFnChain: [ 'Selector(\'.AssetCard:nth-of-type(9) .AssetCard-wrapper\')' ], apiFnIndex: 0 }

Browser: Firefox 67.0.0 / Mac OS X 10.14.0 

11. Reports - Should check Reports in Goop webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('a:nth-child(3) > .SideNav-link .SVGInline-svg')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-11/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   11 |
   12 |        
   13 |    }
   14 |
   15 |    async goToReports(){
 > 16 |        await t.hover(this.reportIcon)
   17 |                .click(this.reportIcon)
   18 |    }
   19 |
   20 |    async goToReportDetail(){
   21 |        await t.hover(this.firstRow)

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:16:17)
   at ReportsGoop.goToReports (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:15:24)
   at goToReports (/Users/enrique.decoss/Documents/impira-UAT/tests/Reports-Goop-test.js:16:23) 

12. Reports - Should validate Details in Reports for Goop webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('.CustomFiltersDropdown-titleText')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-12/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   18 |    }
   19 |
   20 |    async goToReportDetail(){
   21 |        await t.hover(this.firstRow)
   22 |                .click(this.firstRow)
 > 23 |        await t.click(this.customFilter)
   24 |        await t.click(this.changeTime)
   25 |        await t.hover(this.past3months)
   26 |    }
   27 |
   28 |}

   at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:23:17) 

13. Search - Should validate Search Free Filter for Goop webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('.SearchBar')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-13/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   30 |
   31 |
   32 |    }
   33 |
   34 |    async goToSearch(search){
 > 35 |        await t.hover(this.searchBar)
   36 |                .click(this.searchBar)
   37 |                .typeText(this.searchBar, search, {paste:true})
   38 |                .pressKey('enter')
   39 |
   40 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:35:17)
   at SearchGoop.goToSearch (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:34:29)
   at goToSearch (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:16:22) 

14. Search - Should validate Search Analytic Filter for Goop webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('.SearchBar')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-14/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   30 |
   31 |
   32 |    }
   33 |
   34 |    async goToSearch(search){
 > 35 |        await t.hover(this.searchBar)
   36 |                .click(this.searchBar)
   37 |                .typeText(this.searchBar, search, {paste:true})
   38 |                .pressKey('enter')
   39 |
   40 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:35:17)
   at SearchGoop.goToSearch (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:34:29)
   at goToSearch (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:25:22) 

18. Search - Should validate Gallery View Goop webpage  

The specified selector does not match any element in the DOM tree.

 > | Selector('.AssetCard:nth-of-type(1) .AssetCard-wrapper')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-19_17-40-00/test-18/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   64 |                .click(this.lastSavedSearch)
   65 |                .click(this.deleteButton)
   66 |    }
   67 |
   68 |    async goToGalleryView(){
 > 69 |        await t.hover(this.oneSelection)
   70 |                .click(this.oneSelection)
   71 |        await t.hover(this.galleryViewIcon)
   72 |                .click(this.galleryViewIcon)
   73 |    }
   74 |}

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:69:17)
   at SearchGoop.goToGalleryView (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:68:28)
   at goToGalleryView (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:62:22)